home *** CD-ROM | disk | FTP | other *** search
/ Headbone Interactive / Headbone_Interactive_CD-ROM_Sampler_1995.iso / pc / demos / pants / intro.dxr / 00119_loop or quit.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  97 b   |  8 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(marker(0))
  4.   else
  5.     go("EndingScreen")
  6.   end if
  7. end
  8.